home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / Secur-all / sec32380.exe / %MAINDIR% / Securi32.exe / 0 / RCDATA / TFRMLOCK / TFRMLOCK.txt
Encoding:
Text File  |  1998-08-03  |  2.0 KB  |  102 lines

  1. object frmLock: TfrmLock
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmLock'
  6.   ClientHeight = 393
  7.   ClientWidth = 527
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label4: TLabel
  19.     Left = 12
  20.     Top = 104
  21.     Width = 297
  22.     Height = 17
  23.     AutoSize = False
  24.     Caption = 'Currently Locked Files'
  25.   end
  26.   object gridLock: TStringGrid
  27.     Left = 8
  28.     Top = 124
  29.     Width = 509
  30.     Height = 217
  31.     DefaultRowHeight = 19
  32.     RowCount = 101
  33.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goThumbTracking]
  34.     TabOrder = 0
  35.   end
  36.   object btnClose: TButton
  37.     Left = 444
  38.     Top = 356
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Close'
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 8
  47.     Top = 4
  48.     Width = 509
  49.     Height = 85
  50.     Caption = 'Current File'
  51.     TabOrder = 2
  52.     object Label1: TLabel
  53.       Left = 8
  54.       Top = 20
  55.       Width = 120
  56.       Height = 17
  57.       AutoSize = False
  58.       Caption = 'Name:'
  59.     end
  60.     object Label2: TLabel
  61.       Left = 8
  62.       Top = 40
  63.       Width = 120
  64.       Height = 17
  65.       AutoSize = False
  66.       Caption = 'Folder:'
  67.     end
  68.     object lbluser: TLabel
  69.       Left = 8
  70.       Top = 60
  71.       Width = 120
  72.       Height = 17
  73.       AutoSize = False
  74.       Caption = 'Locked by'
  75.     end
  76.     object lblFilename: TLabel
  77.       Left = 136
  78.       Top = 20
  79.       Width = 305
  80.       Height = 17
  81.       AutoSize = False
  82.       Caption = 'lblFilename'
  83.     end
  84.     object lblFolder: TLabel
  85.       Left = 136
  86.       Top = 40
  87.       Width = 305
  88.       Height = 17
  89.       AutoSize = False
  90.       Caption = 'lblFolder'
  91.     end
  92.     object lblIsLocked: TLabel
  93.       Left = 136
  94.       Top = 60
  95.       Width = 305
  96.       Height = 17
  97.       AutoSize = False
  98.       Caption = 'lblIsLocked'
  99.     end
  100.   end
  101. end
  102.